home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk122 / popup / source / popupmenu.i < prev    next >
Text File  |  1995-03-19  |  746b  |  31 lines

  1.            STRUCTURE  WindowData,0
  2.            BOOL      wd_BitMapOk
  3.            WORD      wd_LeftEdge
  4.            WORD      wd_TopEdge
  5.            WORD      wd_RightEdge
  6.            WORD      wd_Bottom
  7.            WORD      wd_Width
  8.            WORD      wd_Height
  9.            WORD      wd_TopValue
  10.            WORD      wd_LeftValue
  11.            APTR      wd_Items
  12.            STRUCT      wd_Bm,bm_SIZEOF
  13.            LABEL      wd_SIZEOF
  14.  
  15.            STRUCTURE  WindowSize,0
  16.            WORD      ws_Left
  17.            WORD      ws_Top
  18.            WORD      ws_Right
  19.            WORD      ws_Bottom
  20.            LABEL      ws_SIZEOF
  21.  
  22.            STRUCTURE  SignalData,0
  23.            APTR      sd_PopUpMenuTask
  24.            ULONG      sd_MenuUpSig
  25.            ULONG      sd_MenuDownSig
  26.            ULONG      sd_MouseMovedSig
  27.            ULONG      sd_SelectDownSig
  28.            BOOL      sd_Down
  29.            LABEL      sd_SIZEOF
  30.  
  31.